home *** CD-ROM | disk | FTP | other *** search
/ Network PC / Network PC.iso / amiga utilities / performance / memory / memory_monitor / memmon.doc < prev    next >
Encoding:
Text File  |  1997-11-20  |  2.3 KB  |  70 lines

  1.  
  2.  
  3.  
  4.        MEMORY MONITOR
  5.        Version 1.03   December 1994
  6.  
  7.        Written by DCAT
  8.  
  9.        (C) Copyright 1994 DCAT
  10.        All rights Reserved
  11.        
  12.        Disk Copy is distributed 'AS IS'. The risk and
  13.        responsibility for its use is entirely up to the user.
  14.  
  15.        DISTRIBUTION
  16.        Memory Monitor may be distributed in any media ( ie PD
  17.        libraries,BBS) provided that no charge is made for this
  18.        program and this DOC and all ICONS are distributed
  19.        together This excludes costs of media, copying and or
  20.        shipping.
  21.  
  22.        CREDITS
  23.        Memory Monitor was written using BLITZ BASIC 2 V1.90.
  24.  
  25.        HARD DRIVE INSTALLATION
  26.        From Workbench just drag the drawer Memory Monitor across to 
  27.        where you want it.
  28.  
  29.        WHAT IS MEMORY MONITOR
  30.        Memory Monitor as the name suggests monitors then amount of
  31.        memory that is currently being used. The program Multi-tasks
  32.        so you can do other things while memory monitor is running.
  33.  
  34.        CHIP  = Amount of Chip Memory free
  35.        FAST  = Amount of Fast Memory free
  36.        TOTAL = Amount of Chip and Fast Memory free
  37.        BLOCK = Largest available block of memory
  38.        QUIT  = Exit memory monitor
  39.        PUBLIC = This is a interesting one. It should at all
  40.                 times equal the amount of total memory available
  41.                 It specifies memory that can not be moved after
  42.                 it has been allocated. Although as we are aware
  43.                 memory blocks are not moved anyway. So despite
  44.                 the fact that this appears to be of no use (in
  45.                 the context of this program) we have left it in
  46.                 anyway.
  47.  
  48.        PULL DOWN MENUS
  49.        The display can be change by using the pull down menus
  50.        
  51.        OPTIONS 
  52.        Quit - Quit Memory Monitor
  53.  
  54.        LAYOUT
  55.        Across - Display is across the screen.
  56.        Up & Down - Display is Up and Down the screen.
  57.  
  58.        NUMBERS
  59.        Decimal - Memory amounts are shown in Decimal.
  60.        Hexadecimal - Memory amounts are shown in Hexadecimal.
  61.        
  62.  
  63.        FOR BLITZ USES
  64.        You can use Memory Monitor at the same time as Blitz Basic
  65.        One method of use would be to place Memory Monitor at the top 
  66.        of the screen and pull down the Blitz Basic screen until 
  67.        Memory Monitor could be seen.
  68.  
  69.        -----  E N D  F I L E  -----
  70.